GET a Specific Policy Role for a Policy

Returns unique role details for the specified a policy.

Resource/Request URI

http://server:port/PASService/rest/services/policies/{id}/roles/{id}

Method

GET

Sample JSON Response

{
    "roles": {
        "roleId": "ACD5CB8E-4035-43CC-9D75-12158666A593",
        "companyId": "BCD5CB8E-4035-43CC-9D75-12158666A593",
        "policyId": "CCD5CB8E-4035-43CC-9D75-12158666A593",
        "segmentId": "MCD5CB8E-4035-43CC-9D75-12158666A593",
        "clientId": "KCD5CB8E-4035-43CC-9D75-12158666A593",
        "externalClientId": "GCD5CB8E-4035-43CC-9D75-12158666A593",
        "statecode": "CA",
        "role": "Owner",
        "percentdollar": null,
        "rolepercent": "1",
        "roleamount": "0.0",
        "status": "Pending",
        "deliveryType": "mail",
        "departmentName": "billing",
        "graceLapseNotices": "one"
    }
}